![]() | ![]() | ![]() | ![]() |
The SAS Clinical Standards Toolkit sample data set SASREFERENCES needs to be updated on UNIX systems. The data set contains incorrect slashes.
Click here to download the SASREFERENCES.XPT file that contains the corrected data set. Select Save in the File Download dialog box.
This is a SAS transport file created with PROC CPORT. You need to use PROC CIMPORT on your computer to take the data set out of transport format. The data set should be placed in the following directory:
<TheMainDirectoryfortheSASInstall>/SASClinicalStandardsToolkitSDTM311/ 9.2/sample/cdisc-sdtm-3.1.1/sascstdemodata/control
Use PROC CIMPORT code similar to the following to take the data set out of transport format:
libname newdata '/SASClinicalStandardsToolkitSDTM311/9.2/sample/cdisc-sdtm-3.1.1/sascstdemodata/control'; /* Add your directory path to the FILENAME statement. */ filename tran 'sasreferences.xpt'; proc cimport library=newdata infile=tran; run;
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Clinical Standards Toolkit | Microsoft® Windows® for x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Enterprise Edition | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Standard Edition | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 for x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Microsoft Windows Server 2008 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Microsoft Windows Server 2008 for x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Microsoft Windows XP Professional | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows 7 Enterprise 32 bit | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows 7 Enterprise x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows 7 Professional 32 bit | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows 7 Professional x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows 7 Ultimate 32 bit | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows 7 Ultimate x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows Vista | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Windows Vista for x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
64-bit Enabled Solaris | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
HP-UX IPF | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 | ||
Solaris for x64 | 1.3 | 1.4 | 9.2 TS2M3 | 9.3 TS1M0 |